home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Boxer / PQAnywhere / makefile next >
Encoding:
Makefile  |  2000-06-23  |  396 b   |  22 lines

  1.  
  2. %.o: %.c
  3.     m68k-palmos-gcc -Wall -I../TZUtils/ -O3 -c $< -o $@ 
  4.  
  5. code0001.%.grc: %.o
  6.     m68k-palmos-gcc $< -o $*
  7.     m68k-palmos-obj-res $*
  8.     rm $*
  9.  
  10. pqany.prc: code0001.pqany.grc rsrc
  11.     build-prc  pqany.prc "PQAnywhere" PQAW *.grc *.bin
  12.     rm *.grc
  13.     ls -l *.prc
  14.  
  15. rsrc:
  16.     pilrc pqany.rcp
  17.     txttobmp <pqany.ico >tAIB03e8.bin
  18.     txttobmp <pqanysm.ico >tAIB03e9.bin
  19.  
  20. clean:
  21.     rm -f *.prc *.grc *.bin pqany pqany.o
  22.